public class Int_Int_Vect_Map
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Int_Int_Vect_Map() |
|
Int_Int_Vect_Map(Int_Int_Vect_Map arg0) |
protected |
Int_Int_Vect_Map(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
del(int key) |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
Int_Vect |
get(int key) |
protected static long |
getCPtr(Int_Int_Vect_Map obj) |
boolean |
has_key(int key) |
void |
set(int key,
Int_Vect x) |
long |
size() |
protected Int_Int_Vect_Map(long cPtr, boolean cMemoryOwn)
public Int_Int_Vect_Map()
public Int_Int_Vect_Map(Int_Int_Vect_Map arg0)
protected static long getCPtr(Int_Int_Vect_Map obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public boolean empty()
public void clear()
public Int_Vect get(int key)
public void set(int key, Int_Vect x)
public void del(int key)
public boolean has_key(int key)